﻿2026-07-06T05:02:11.2052886Z ##[group]Run set -euo pipefail
2026-07-06T05:02:11.2053475Z [36;1mset -euo pipefail[0m
2026-07-06T05:02:11.2053898Z [36;1mPIN=0c95435[0m
2026-07-06T05:02:11.2054297Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-06T05:02:11.2054785Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-06T05:02:11.2055409Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-06T05:02:11.2056189Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-06T05:02:11.2056977Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-06T05:02:11.2057616Z [36;1m  rm -rf "$CACHE"[0m
2026-07-06T05:02:11.2058087Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-06T05:02:11.2058606Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-06T05:02:11.2059300Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-06T05:02:11.2059948Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-06T05:02:11.2060464Z [36;1mfi[0m
2026-07-06T05:02:11.2061007Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-06T05:02:11.2075323Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-06T05:02:11.2075886Z env:
2026-07-06T05:02:11.2076281Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-06T05:02:11.2076738Z ##[endgroup]
2026-07-06T05:02:11.5210152Z    Compiling proc-macro2 v1.0.106
2026-07-06T05:02:11.5211094Z    Compiling quote v1.0.45
2026-07-06T05:02:11.5211738Z    Compiling unicode-ident v1.0.24
2026-07-06T05:02:11.5212406Z    Compiling libc v0.2.186
2026-07-06T05:02:11.5213015Z    Compiling serde_core v1.0.228
2026-07-06T05:02:11.5214106Z    Compiling cfg-if v1.0.4
2026-07-06T05:02:11.5214726Z    Compiling serde v1.0.228
2026-07-06T05:02:11.5215365Z    Compiling log v0.4.32
2026-07-06T05:02:11.5279820Z    Compiling pin-project-lite v0.2.17
2026-07-06T05:02:11.5327285Z    Compiling typenum v1.20.1
2026-07-06T05:02:11.5377197Z    Compiling portable-atomic v1.13.1
2026-07-06T05:02:11.5466494Z    Compiling version_check v0.9.5
2026-07-06T05:02:11.5509382Z    Compiling memchr v2.8.1
2026-07-06T05:02:11.5510489Z    Compiling find-msvc-tools v0.1.9
2026-07-06T05:02:11.5511308Z    Compiling critical-section v1.2.0
2026-07-06T05:02:11.6262235Z    Compiling shlex v2.0.1
2026-07-06T05:02:11.6512403Z    Compiling futures-core v0.3.32
2026-07-06T05:02:11.6791541Z    Compiling subtle v2.6.1
2026-07-06T05:02:11.7102554Z    Compiling bytes v1.11.1
2026-07-06T05:02:11.7770869Z    Compiling equivalent v1.0.2
2026-07-06T05:02:11.8156700Z    Compiling smallvec v1.15.1
2026-07-06T05:02:11.8285884Z    Compiling itoa v1.0.18
2026-07-06T05:02:11.8543767Z    Compiling semver v1.0.28
2026-07-06T05:02:11.8921945Z    Compiling stable_deref_trait v1.2.1
2026-07-06T05:02:11.9183177Z    Compiling futures-sink v0.3.32
2026-07-06T05:02:11.9632261Z    Compiling futures-io v0.3.32
2026-07-06T05:02:11.9811423Z    Compiling slab v0.4.12
2026-07-06T05:02:11.9815443Z    Compiling generic-array v0.14.7
2026-07-06T05:02:11.9816956Z    Compiling futures-channel v0.3.32
2026-07-06T05:02:12.0002020Z    Compiling futures-task v0.3.32
2026-07-06T05:02:12.0504099Z    Compiling rand_core v0.10.1
2026-07-06T05:02:12.1503226Z    Compiling rustversion v1.0.22
2026-07-06T05:02:12.1617599Z    Compiling rustc_version v0.4.1
2026-07-06T05:02:12.1982329Z    Compiling hashbrown v0.17.1
2026-07-06T05:02:12.2211336Z    Compiling bitflags v2.12.1
2026-07-06T05:02:12.2272055Z    Compiling getrandom v0.4.2
2026-07-06T05:02:12.2508693Z    Compiling cpufeatures v0.2.17
2026-07-06T05:02:12.2631812Z    Compiling fnv v1.0.7
2026-07-06T05:02:12.2891840Z    Compiling strsim v0.11.1
2026-07-06T05:02:12.2971510Z    Compiling cfg_aliases v0.2.1
2026-07-06T05:02:12.3358121Z    Compiling litemap v0.8.2
2026-07-06T05:02:12.3591546Z    Compiling writeable v0.6.3
2026-07-06T05:02:12.3969248Z    Compiling dunce v1.0.5
2026-07-06T05:02:12.5281766Z    Compiling fs_extra v1.3.0
2026-07-06T05:02:12.5383453Z    Compiling ident_case v1.0.1
2026-07-06T05:02:12.5603487Z    Compiling utf8_iter v1.0.4
2026-07-06T05:02:12.5708297Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T05:02:12.5856103Z    Compiling icu_properties_data v2.2.0
2026-07-06T05:02:12.5921601Z    Compiling percent-encoding v2.3.2
2026-07-06T05:02:12.6750820Z    Compiling autocfg v1.5.1
2026-07-06T05:02:12.7454835Z    Compiling http v1.4.1
2026-07-06T05:02:12.8581413Z    Compiling aws-lc-rs v1.17.0
2026-07-06T05:02:12.8623182Z    Compiling unicode-segmentation v1.13.3
2026-07-06T05:02:12.8721127Z    Compiling thiserror v2.0.18
2026-07-06T05:02:12.8812324Z    Compiling cpufeatures v0.3.0
2026-07-06T05:02:12.9021189Z    Compiling scopeguard v1.2.0
2026-07-06T05:02:12.9461176Z    Compiling chacha20 v0.10.0
2026-07-06T05:02:12.9920898Z    Compiling lock_api v0.4.14
2026-07-06T05:02:13.0681718Z    Compiling form_urlencoded v1.2.2
2026-07-06T05:02:13.1471120Z    Compiling indexmap v2.14.0
2026-07-06T05:02:13.1791487Z    Compiling untrusted v0.9.0
2026-07-06T05:02:13.2400930Z    Compiling syn v2.0.117
2026-07-06T05:02:13.2961250Z    Compiling rustls v0.23.40
2026-07-06T05:02:13.3191623Z    Compiling heck v0.5.0
2026-07-06T05:02:13.3301377Z    Compiling anyhow v1.0.102
2026-07-06T05:02:13.3410253Z    Compiling const-oid v0.10.2
2026-07-06T05:02:13.3412397Z    Compiling atomic-waker v1.1.2
2026-07-06T05:02:13.3413622Z    Compiling unicode-xid v0.2.6
2026-07-06T05:02:13.3414457Z    Compiling httparse v1.10.1
2026-07-06T05:02:13.3690717Z    Compiling parking_lot_core v0.9.12
2026-07-06T05:02:13.4498799Z    Compiling convert_case v0.10.0
2026-07-06T05:02:13.4800363Z    Compiling paste v1.0.15
2026-07-06T05:02:13.4990882Z    Compiling zerocopy v0.8.50
2026-07-06T05:02:13.5431159Z    Compiling num-traits v0.2.19
2026-07-06T05:02:13.5630822Z    Compiling hybrid-array v0.4.12
2026-07-06T05:02:13.5921229Z    Compiling curve25519-dalek v4.1.3
2026-07-06T05:02:13.6910950Z    Compiling jobserver v0.1.34
2026-07-06T05:02:13.8280981Z    Compiling crypto-common v0.1.7
2026-07-06T05:02:13.8471465Z    Compiling block-buffer v0.10.4
2026-07-06T05:02:13.8560666Z    Compiling ahash v0.8.12
2026-07-06T05:02:13.8645185Z    Compiling either v1.16.0
2026-07-06T05:02:13.8772856Z    Compiling base64ct v1.8.3
2026-07-06T05:02:13.8870758Z    Compiling powerfmt v0.2.0
2026-07-06T05:02:13.9627055Z    Compiling digest v0.10.7
2026-07-06T05:02:13.9772079Z    Compiling fastrand v2.4.1
2026-07-06T05:02:14.0422089Z    Compiling cc v1.2.63
2026-07-06T05:02:14.1238463Z    Compiling http-body v1.0.1
2026-07-06T05:02:14.1880977Z    Compiling deranged v0.5.8
2026-07-06T05:02:14.2811530Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T05:02:14.3062202Z    Compiling num-conv v0.2.2
2026-07-06T05:02:14.3245447Z    Compiling time-core v0.1.8
2026-07-06T05:02:14.3390745Z    Compiling tinyvec_macros v0.1.1
2026-07-06T05:02:14.3566758Z    Compiling vcpkg v0.2.15
2026-07-06T05:02:14.4035463Z    Compiling tower-service v0.3.3
2026-07-06T05:02:14.4120432Z    Compiling data-encoding v2.11.0
2026-07-06T05:02:14.4260148Z    Compiling base64 v0.22.1
2026-07-06T05:02:14.4860581Z    Compiling pkg-config v0.3.33
2026-07-06T05:02:14.4956950Z    Compiling mio v1.2.1
2026-07-06T05:02:14.5337274Z    Compiling socket2 v0.6.4
2026-07-06T05:02:14.5984405Z    Compiling getrandom v0.2.17
2026-07-06T05:02:14.8086836Z    Compiling rand_core v0.6.4
2026-07-06T05:02:14.8566665Z    Compiling zmij v1.0.21
2026-07-06T05:02:14.8629782Z    Compiling try-lock v0.2.5
2026-07-06T05:02:14.9840479Z    Compiling rand v0.10.1
2026-07-06T05:02:15.0000673Z    Compiling uuid v1.23.2
2026-07-06T05:02:15.0245667Z    Compiling want v0.3.1
2026-07-06T05:02:15.0400659Z    Compiling tinyvec v1.11.0
2026-07-06T05:02:15.1800589Z    Compiling parking_lot v0.12.5
2026-07-06T05:02:15.2260752Z    Compiling crypto-common v0.2.2
2026-07-06T05:02:15.2361076Z    Compiling block-buffer v0.12.0
2026-07-06T05:02:15.2565282Z    Compiling sha2 v0.10.9
2026-07-06T05:02:15.3780488Z    Compiling inout v0.1.4
2026-07-06T05:02:15.3880344Z    Compiling cmake v0.1.58
2026-07-06T05:02:15.3950170Z    Compiling vergen-lib v9.1.0
2026-07-06T05:02:15.4240702Z    Compiling n0-future v0.3.2
2026-07-06T05:02:15.5130984Z    Compiling cordyceps v0.3.4
2026-07-06T05:02:15.6100812Z    Compiling signature v2.2.0
2026-07-06T05:02:15.6623675Z    Compiling crossbeam-utils v0.8.21
2026-07-06T05:02:15.6720767Z    Compiling winnow v1.0.3
2026-07-06T05:02:15.7600395Z    Compiling diatomic-waker v0.2.3
2026-07-06T05:02:15.7790435Z    Compiling httpdate v1.0.3
2026-07-06T05:02:15.7980838Z    Compiling parking v2.2.1
2026-07-06T05:02:15.8250204Z    Compiling serde_json v1.0.150
2026-07-06T05:02:15.8370310Z    Compiling spin v0.10.0
2026-07-06T05:02:15.9094547Z    Compiling futures-lite v2.6.1
2026-07-06T05:02:15.9330899Z    Compiling futures-buffered v0.2.13
2026-07-06T05:02:15.9401042Z    Compiling ed25519 v2.2.3
2026-07-06T05:02:15.9610665Z    Compiling cipher v0.4.4
2026-07-06T05:02:15.9831062Z    Compiling netlink-packet-core v0.8.1
2026-07-06T05:02:16.0144148Z    Compiling universal-hash v0.5.1
2026-07-06T05:02:16.0580789Z    Compiling vergen-lib v0.1.6
2026-07-06T05:02:16.1104088Z    Compiling vergen v9.1.0
2026-07-06T05:02:16.1580209Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T05:02:16.1730355Z    Compiling heapless v0.7.17
2026-07-06T05:02:16.1800379Z    Compiling noq-udp v0.10.0
2026-07-06T05:02:16.2407609Z    Compiling sync_wrapper v1.0.2
2026-07-06T05:02:16.2541100Z    Compiling allocator-api2 v0.2.21
2026-07-06T05:02:16.3150535Z    Compiling digest v0.11.3
2026-07-06T05:02:16.3412551Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T05:02:16.3937019Z    Compiling opaque-debug v0.3.1
2026-07-06T05:02:16.4042016Z    Compiling byteorder v1.5.0
2026-07-06T05:02:16.4682343Z    Compiling aws-lc-sys v0.41.0
2026-07-06T05:02:16.4711041Z    Compiling ring v0.17.14
2026-07-06T05:02:16.4828105Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T05:02:16.5033528Z    Compiling polyval v0.6.2
2026-07-06T05:02:16.5680645Z    Compiling spin v0.9.8
2026-07-06T05:02:16.6168550Z    Compiling hash32 v0.2.1
2026-07-06T05:02:16.6292255Z    Compiling vergen-gitcl v1.0.8
2026-07-06T05:02:16.6918196Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T05:02:16.7841289Z    Compiling num_threads v0.1.7
2026-07-06T05:02:16.7990425Z    Compiling fallible-iterator v0.3.0
2026-07-06T05:02:16.8315998Z    Compiling signature v3.0.0
2026-07-06T05:02:16.8792529Z    Compiling ryu v1.0.23
2026-07-06T05:02:16.8870962Z    Compiling tower-layer v0.3.3
2026-07-06T05:02:16.9240463Z    Compiling time v0.3.47
2026-07-06T05:02:16.9832769Z    Compiling ghash v0.5.1
2026-07-06T05:02:16.9955784Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T05:02:17.0770456Z    Compiling aes v0.8.4
2026-07-06T05:02:17.1217745Z    Compiling ctr v0.9.2
2026-07-06T05:02:17.1380778Z    Compiling fs2 v0.4.3
2026-07-06T05:02:17.1400785Z    Compiling http-body-util v0.1.3
2026-07-06T05:02:17.2800721Z    Compiling aead v0.5.2
2026-07-06T05:02:17.3159144Z    Compiling openssl-probe v0.2.1
2026-07-06T05:02:17.3310003Z    Compiling utf8parse v0.2.2
2026-07-06T05:02:17.3470710Z    Compiling arrayvec v0.7.6
2026-07-06T05:02:17.3920509Z    Compiling crossbeam-channel v0.5.15
2026-07-06T05:02:17.4343881Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T05:02:17.4420713Z    Compiling blake3 v1.8.5
2026-07-06T05:02:17.5919395Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T05:02:17.6110937Z    Compiling netlink-packet-route v0.29.0
2026-07-06T05:02:17.6881051Z    Compiling aes-gcm v0.10.3
2026-07-06T05:02:17.7661104Z    Compiling memoffset v0.6.5
2026-07-06T05:02:17.7911156Z    Compiling acto v0.8.2
2026-07-06T05:02:17.8892922Z    Compiling noq v0.18.0
2026-07-06T05:02:17.9219311Z    Compiling netwatch v0.16.0
2026-07-06T05:02:17.9330699Z    Compiling rustix v1.1.4
2026-07-06T05:02:18.0273372Z    Compiling mac-addr v0.3.0
2026-07-06T05:02:18.0355946Z    Compiling thiserror v1.0.69
2026-07-06T05:02:18.1541069Z    Compiling xml-rs v0.8.28
2026-07-06T05:02:18.2120846Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T05:02:18.2440841Z    Compiling foldhash v0.2.0
2026-07-06T05:02:18.2539445Z    Compiling lru-slab v0.1.2
2026-07-06T05:02:18.2660675Z    Compiling ref-cast v1.0.25
2026-07-06T05:02:18.3521001Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T05:02:18.4113494Z    Compiling synstructure v0.13.2
2026-07-06T05:02:18.4427066Z    Compiling darling_core v0.20.11
2026-07-06T05:02:18.5356187Z    Compiling rustc-hash v2.1.2
2026-07-06T05:02:18.5492626Z    Compiling tagptr v0.2.0
2026-07-06T05:02:18.6309888Z    Compiling identity-hash v0.1.0
2026-07-06T05:02:18.6784855Z    Compiling serde_derive_internals v0.29.1
2026-07-06T05:02:18.6850953Z    Compiling hashbrown v0.16.1
2026-07-06T05:02:18.9230571Z    Compiling netlink-packet-route v0.30.0
2026-07-06T05:02:19.1672685Z    Compiling proc-macro-crate v3.5.0
2026-07-06T05:02:19.4853441Z    Compiling xmltree v0.10.3
2026-07-06T05:02:19.5760618Z    Compiling termios v0.2.2
2026-07-06T05:02:19.6720897Z    Compiling serial-core v0.4.0
2026-07-06T05:02:19.6734429Z    Compiling errno v0.3.14
2026-07-06T05:02:19.7090604Z    Compiling ioctl-rs v0.1.6
2026-07-06T05:02:19.7194408Z    Compiling simple-dns v0.9.3
2026-07-06T05:02:19.7385466Z    Compiling aho-corasick v1.1.4
2026-07-06T05:02:19.7758217Z    Compiling arrayref v0.3.9
2026-07-06T05:02:19.7890555Z    Compiling smol_str v0.1.24
2026-07-06T05:02:19.8246562Z    Compiling simdutf8 v0.1.5
2026-07-06T05:02:19.8320736Z    Compiling constant_time_eq v0.4.2
2026-07-06T05:02:19.8416178Z    Compiling toml_write v0.1.2
2026-07-06T05:02:19.8730484Z    Compiling signal-hook v0.3.18
2026-07-06T05:02:19.8735788Z    Compiling resolv-conf v0.7.6
2026-07-06T05:02:19.9593869Z    Compiling sha1_smol v1.0.1
2026-07-06T05:02:20.0350454Z    Compiling regex-syntax v0.8.10
2026-07-06T05:02:20.0447936Z    Compiling linux-raw-sys v0.12.1
2026-07-06T05:02:20.0665678Z    Compiling winnow v0.7.15
2026-07-06T05:02:20.1673816Z    Compiling serial-unix v0.4.0
2026-07-06T05:02:20.2005929Z    Compiling signal-hook-registry v1.4.8
2026-07-06T05:02:20.3590732Z    Compiling lru v0.16.4
2026-07-06T05:02:20.5140610Z    Compiling darling_core v0.23.0
2026-07-06T05:02:20.5179589Z    Compiling serde_bytes v0.11.19
2026-07-06T05:02:20.6031417Z    Compiling seize v0.5.1
2026-07-06T05:02:20.6170701Z    Compiling serde_derive v1.0.228
2026-07-06T05:02:20.8005251Z    Compiling zeroize_derive v1.4.3
2026-07-06T05:02:20.9660537Z    Compiling tokio-macros v2.7.0
2026-07-06T05:02:21.1291382Z    Compiling zerofrom-derive v0.1.7
2026-07-06T05:02:21.4483550Z    Compiling zeroize v1.8.2
2026-07-06T05:02:21.6313661Z    Compiling futures-macro v0.3.32
2026-07-06T05:02:21.6442249Z    Compiling yoke-derive v0.8.2
2026-07-06T05:02:21.7652936Z    Compiling tokio v1.52.3
2026-07-06T05:02:22.6941101Z    Compiling zerovec-derive v0.11.3
2026-07-06T05:02:22.6990749Z    Compiling zerofrom v0.1.8
2026-07-06T05:02:22.7326459Z    Compiling futures-util v0.3.32
2026-07-06T05:02:22.7400838Z    Compiling displaydoc v0.2.6
2026-07-06T05:02:22.7518812Z    Compiling tracing-attributes v0.1.31
2026-07-06T05:02:22.8096523Z    Compiling rustls-pki-types v1.14.1
2026-07-06T05:02:23.0640771Z    Compiling yoke v0.8.3
2026-07-06T05:02:23.2619937Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T05:02:23.6513805Z    Compiling zerotrie v0.2.4
2026-07-06T05:02:23.6611247Z    Compiling thiserror-impl v2.0.18
2026-07-06T05:02:24.0429743Z    Compiling darling_macro v0.20.11
2026-07-06T05:02:24.0473863Z    Compiling derive_more-impl v2.1.1
2026-07-06T05:02:24.2308433Z    Compiling spez v0.1.2
2026-07-06T05:02:24.3673052Z    Compiling n0-error-macros v0.1.3
2026-07-06T05:02:24.4740855Z    Compiling darling v0.20.11
2026-07-06T05:02:24.4921098Z    Compiling zerovec v0.11.6
2026-07-06T05:02:24.5515856Z    Compiling derive_builder_core v0.20.2
2026-07-06T05:02:24.7090470Z    Compiling der v0.8.0-rc.10
2026-07-06T05:02:24.8180866Z    Compiling pin-project-internal v1.1.13
2026-07-06T05:02:25.3595318Z    Compiling tinystr v0.8.3
2026-07-06T05:02:25.6110879Z    Compiling potential_utf v0.1.5
2026-07-06T05:02:25.6240812Z    Compiling icu_locale_core v2.2.0
2026-07-06T05:02:25.7335916Z    Compiling icu_collections v2.2.0
2026-07-06T05:02:25.7720339Z    Compiling n0-error v0.1.3
2026-07-06T05:02:26.0500449Z    Compiling ipnet v2.12.0
2026-07-06T05:02:26.2370586Z    Compiling derive_builder_macro v0.20.2
2026-07-06T05:02:26.4530583Z    Compiling pin-project v1.1.13
2026-07-06T05:02:26.5684461Z    Compiling spki v0.8.0-rc.4
2026-07-06T05:02:26.5768180Z    Compiling prefix-trie v0.8.4
2026-07-06T05:02:26.6081221Z    Compiling derive_builder v0.20.2
2026-07-06T05:02:26.7710656Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T05:02:26.8150720Z    Compiling once_cell v1.21.4
2026-07-06T05:02:26.8990406Z    Compiling futures-executor v0.3.32
2026-07-06T05:02:26.9190588Z    Compiling ed25519-dalek v2.2.0
2026-07-06T05:02:26.9267073Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T05:02:26.9770426Z    Compiling icu_provider v2.2.0
2026-07-06T05:02:27.0394097Z    Compiling tracing-core v0.1.36
2026-07-06T05:02:27.1513183Z    Compiling spt-proto v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-06T05:02:27.2701072Z    Compiling icu_normalizer v2.2.0
2026-07-06T05:02:27.2771475Z    Compiling icu_properties v2.2.0
2026-07-06T05:02:27.2910320Z    Compiling hashbrown v0.14.5
2026-07-06T05:02:27.3643673Z    Compiling futures v0.3.32
2026-07-06T05:02:27.4621245Z    Compiling cobs v0.3.0
2026-07-06T05:02:27.5365626Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T05:02:27.7140747Z    Compiling tracing v0.1.44
2026-07-06T05:02:27.7991272Z    Compiling postcard-derive v0.2.2
2026-07-06T05:02:28.0186859Z    Compiling tokio-util v0.7.18
2026-07-06T05:02:28.1143502Z    Compiling netlink-sys v0.8.8
2026-07-06T05:02:28.2969689Z    Compiling hashlink v0.9.1
2026-07-06T05:02:28.3010876Z    Compiling data-encoding-macro v0.1.20
2026-07-06T05:02:28.3620740Z    Compiling postcard v1.1.3
2026-07-06T05:02:28.3810580Z    Compiling tower v0.5.3
2026-07-06T05:02:28.4990742Z    Compiling rustls-native-certs v0.8.4
2026-07-06T05:02:28.6808638Z    Compiling num_enum_derive v0.7.6
2026-07-06T05:02:28.7006416Z    Compiling async-trait v0.1.89
2026-07-06T05:02:28.7050631Z    Compiling derive_more v2.1.1
2026-07-06T05:02:28.7645327Z    Compiling idna_adapter v1.2.2
2026-07-06T05:02:28.7898448Z    Compiling rusqlite v0.32.1
2026-07-06T05:02:28.8830446Z    Compiling idna v1.1.0
2026-07-06T05:02:28.8990367Z    Compiling enum-assoc v1.3.0
2026-07-06T05:02:28.9203564Z    Compiling strum_macros v0.28.0
2026-07-06T05:02:28.9204593Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T05:02:29.0481067Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T05:02:29.1662370Z    Compiling h2 v0.4.14
2026-07-06T05:02:29.2921193Z    Compiling iroh-relay v0.98.0
2026-07-06T05:02:29.3593251Z    Compiling url v2.5.8
2026-07-06T05:02:29.4682150Z    Compiling iroh-metrics v0.38.3
2026-07-06T05:02:29.4910557Z    Compiling n0-watcher v0.6.1
2026-07-06T05:02:29.6410821Z    Compiling tokio-stream v0.1.18
2026-07-06T05:02:29.7358334Z    Compiling netlink-proto v0.12.0
2026-07-06T05:02:29.7611079Z    Compiling netdev v0.42.0
2026-07-06T05:02:29.8470927Z    Compiling moka v0.12.15
2026-07-06T05:02:29.8596565Z    Compiling num_enum v0.7.6
2026-07-06T05:02:29.9667360Z    Compiling serde_spanned v0.6.9
2026-07-06T05:02:29.9950967Z    Compiling toml_datetime v0.6.11
2026-07-06T05:02:30.0310640Z    Compiling ref-cast-impl v1.0.25
2026-07-06T05:02:30.1150737Z    Compiling thiserror-impl v1.0.69
2026-07-06T05:02:30.2621020Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-06T05:02:30.3310734Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T05:02:30.4300388Z    Compiling attohttpc v0.30.1
2026-07-06T05:02:30.4400381Z    Compiling tower-http v0.6.11
2026-07-06T05:02:30.6760631Z    Compiling iroh-base v0.98.0
2026-07-06T05:02:30.9630769Z    Compiling toml_edit v0.22.27
2026-07-06T05:02:31.0180357Z    Compiling webpki-roots v1.0.7
2026-07-06T05:02:31.0319167Z    Compiling regex-automata v0.4.14
2026-07-06T05:02:31.0607693Z    Compiling schemars_derive v1.2.1
2026-07-06T05:02:31.1939291Z    Compiling hmac v0.12.1
2026-07-06T05:02:31.3393807Z    Compiling iroh v0.98.2
2026-07-06T05:02:31.4130445Z    Compiling bitflags v1.3.2
2026-07-06T05:02:31.5051496Z    Compiling cmov v0.5.4
2026-07-06T05:02:31.5161439Z    Compiling pin-utils v0.1.0
2026-07-06T05:02:31.5577165Z    Compiling rustix v0.38.44
2026-07-06T05:02:31.5916532Z    Compiling dyn-clone v1.0.20
2026-07-06T05:02:31.6210958Z    Compiling nix v0.25.1
2026-07-06T05:02:31.7420432Z    Compiling hkdf v0.12.4
2026-07-06T05:02:31.7931636Z    Compiling ctutils v0.4.2
2026-07-06T05:02:31.9320621Z    Compiling backon v1.6.0
2026-07-06T05:02:31.9880626Z    Compiling filedescriptor v0.8.3
2026-07-06T05:02:32.0140424Z    Compiling darling_macro v0.23.0
2026-07-06T05:02:32.0660297Z    Compiling strum v0.28.0
2026-07-06T05:02:32.1030286Z    Compiling papaya v0.2.4
2026-07-06T05:02:32.1861212Z    Compiling iroh-dns v0.98.0
2026-07-06T05:02:32.2610732Z    Compiling serial v0.4.0
2026-07-06T05:02:32.3260796Z    Compiling anstyle-parse v1.0.0
2026-07-06T05:02:32.4010828Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T05:02:32.4561564Z    Compiling linux-raw-sys v0.4.15
2026-07-06T05:02:32.4890750Z    Compiling downcast-rs v1.2.1
2026-07-06T05:02:32.5200711Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T05:02:32.5825482Z    Compiling anstyle v1.0.14
2026-07-06T05:02:32.6070607Z    Compiling colorchoice v1.0.5
2026-07-06T05:02:32.7076793Z    Compiling instability v0.3.12
2026-07-06T05:02:32.7160326Z    Compiling shell-words v1.1.1
2026-07-06T05:02:32.7620570Z    Compiling anstyle-query v1.1.5
2026-07-06T05:02:32.8170938Z    Compiling foldhash v0.1.5
2026-07-06T05:02:32.8284570Z    Compiling vte v0.13.1
2026-07-06T05:02:32.8647058Z    Compiling anstream v1.0.0
2026-07-06T05:02:32.8921604Z    Compiling signal-hook-mio v0.2.5
2026-07-06T05:02:32.9086842Z    Compiling darling v0.23.0
2026-07-06T05:02:32.9180970Z    Compiling spake2 v0.4.0
2026-07-06T05:02:32.9819494Z    Compiling hashbrown v0.15.5
2026-07-06T05:02:33.0400996Z    Compiling terminal_size v0.4.4
2026-07-06T05:02:33.0520492Z    Compiling strum_macros v0.26.4
2026-07-06T05:02:33.1700914Z    Compiling sha1 v0.10.6
2026-07-06T05:02:33.2860342Z    Compiling itertools v0.13.0
2026-07-06T05:02:33.3380840Z    Compiling castaway v0.2.4
2026-07-06T05:02:33.4126937Z    Compiling schemars v1.2.1
2026-07-06T05:02:33.4478305Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T05:02:33.4760778Z    Compiling doctest-file v1.1.1
2026-07-06T05:02:33.8943553Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-06T05:02:34.0000484Z    Compiling toml v0.8.23
2026-07-06T05:02:34.0110735Z    Compiling clap_lex v1.1.0
2026-07-06T05:02:34.2910352Z    Compiling unicode-width v0.1.14
2026-07-06T05:02:34.3070301Z    Compiling indoc v2.0.7
2026-07-06T05:02:34.6176707Z    Compiling regex v1.12.3
2026-07-06T05:02:34.8123020Z    Compiling static_assertions v1.1.0
2026-07-06T05:02:34.8920659Z    Compiling compact_str v0.8.2
2026-07-06T05:02:35.1382060Z    Compiling hyper v1.10.1
2026-07-06T05:02:35.3219530Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-06T05:02:35.5250623Z    Compiling unicode-truncate v1.1.0
2026-07-06T05:02:35.5423051Z    Compiling clap_builder v4.6.0
2026-07-06T05:02:35.7000878Z    Compiling interprocess v2.4.2
2026-07-06T05:02:35.7597626Z    Compiling strum v0.26.3
2026-07-06T05:02:35.9049539Z    Compiling crossterm v0.28.1
2026-07-06T05:02:36.0214357Z    Compiling lru v0.12.5
2026-07-06T05:02:36.2222045Z    Compiling portable-pty v0.8.1
2026-07-06T05:02:36.3089243Z    Compiling clap_derive v4.6.1
2026-07-06T05:02:36.3210399Z    Compiling cassowary v0.3.0
2026-07-06T05:02:36.3522174Z    Compiling iana-time-zone v0.1.65
2026-07-06T05:02:36.6740621Z    Compiling unicode-width v0.2.0
2026-07-06T05:02:36.7123570Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-06T05:02:37.0170712Z    Compiling hyper-util v0.1.20
2026-07-06T05:02:37.0400206Z    Compiling ratatui v0.29.0
2026-07-06T05:02:37.1800867Z    Compiling chrono v0.4.45
2026-07-06T05:02:37.3631052Z    Compiling nucleo-matcher v0.3.1
2026-07-06T05:02:37.4511170Z    Compiling qrcode v0.14.1
2026-07-06T05:02:37.5040332Z    Compiling tempfile v3.27.0
2026-07-06T05:02:38.7129427Z    Compiling clap v4.6.1
2026-07-06T05:02:38.8961100Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-06T05:02:39.1960521Z    Compiling igd-next v0.17.1
2026-07-06T05:02:40.5611904Z    Compiling portmapper v0.16.0
2026-07-06T05:02:45.7864415Z    Compiling rustls-webpki v0.103.13
2026-07-06T05:02:48.2999209Z    Compiling tokio-rustls v0.26.4
2026-07-06T05:02:48.2999831Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T05:02:48.3000599Z    Compiling noq-proto v0.17.0
2026-07-06T05:02:48.4707147Z    Compiling hyper-rustls v0.27.9
2026-07-06T05:02:48.4707960Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T05:02:48.4708433Z    Compiling tokio-websockets v0.13.2
2026-07-06T05:02:48.6080438Z    Compiling reqwest v0.13.4
2026-07-06T05:02:49.6069035Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T05:03:04.4274729Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T05:03:05.9762526Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T05:03:14.1868249Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-06T05:03:18.9306905Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-06T05:03:18.9541792Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-b275a0970b188bf2)
2026-07-06T05:03:18.9556624Z 
2026-07-06T05:03:18.9556977Z running 1 test
2026-07-06T05:03:25.1416811Z test new_brain_serves_against_old_broker ... ok
2026-07-06T05:03:25.1417173Z 
2026-07-06T05:03:25.1417511Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-06T05:03:25.1417849Z 
